ASH84
Software Engineer focused on turning complexity into simplicity. Co-founder at Payhere. Previously Tech Lead of remit team at Banksalad.
Experience
- Head of tech Payhere.Inc, 2024โpresent
- CTO Payhere.Inc, 2020โ2023
- TechLead, Banksalad, 2018โ2020
- Senior Software Engineer Danal, 2014โ2018
Latest Blog Posts
-
Mar 10, 2015uwsgi ๊ธฐ๋ณธ ์ฌ์ฉ๋ฒ ์ ๋ฆฌ### ๊ฐ์ - WAS ์๋ฒ์ ์ผ์ข , ํ์ฌ ํ์ด์ฌ ์๋ฒ ์ค ๊ฐ์ฅ ์ข์ ์ฑ๋ฅ์ผ๋ก ์๋ ค์ ธ ์๋ค.ย - ์ดํ๋ฆฌ์ผ์ด์ ์ปจํ ์ด๋๋ก ํ์ด์ฌ์ผ๋ก ๋ง๋ ์ฑ์ ์คํํด ์ฃผ๋ ์ญํ , WSGI ์ ์ง์ํ๋ค.ย #### ์ค์น ```bash $ pip install uwsgi ``` #### flask ์ ์ฐ๋ ```bash uwsgi โhttp 127.0.0.1:3031 โwsgi-file ./myflaskapp.py โcallable app โprocesses 4 โthreads 2 โstats 127.0.0.1:9191 ```` ...